home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / L02a.swf / scripts / frame_564 / DoAction.as
Text File  |  2007-12-30  |  536b  |  28 lines

  1. stop();
  2. QCquestion = QCQ11R;
  3. QCanswer[0] = QC110R;
  4. QCanswer[1] = QC111R;
  5. QCanswer[2] = QC112R;
  6. QCanswer[3] = QC113R;
  7. QCfeedback = QCF11R;
  8. QC = QCResp[QCQues];
  9. QuestionField(QCquestion,QC);
  10. CheckMark(QCanswer,QC);
  11. Distractors(QCanswer,QC);
  12. FeedbackField(QCfeedback,QCanswer,QC);
  13. NavSetup(qc11prev);
  14. NavSetup(qc11next);
  15. NavSetup(qc11end);
  16. qc11prev.onPress = function()
  17. {
  18.    gotoAndStop("t3 end");
  19. };
  20. qc11next.onPress = function()
  21. {
  22.    gotoAndStop(565);
  23. };
  24. qc11end.onPress = function()
  25. {
  26.    gotoAndStop(530);
  27. };
  28.